home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / srefv12i.zip / read.me < prev    next >
Text File  |  1997-04-06  |  8KB  |  190 lines

  1. 5 April 1997.  Notes on the SRE-FILTER 1.2i WWW server
  2.  
  3. SRE-FILTER is a "filter" for the free, GoServe IBM EWS Internet Server.
  4. It is designed to work with OS/2 Warp (3 or 4), and with
  5. GoServe 2.45+. It will work under  OS/2 2.11, but it uses the Warp
  6. version of the REXXUTIL library (which contains some routines not in the
  7. OS/2 2.1x version). In other words:
  8.     If you use GoServe under OS/2 2.11, or with earlier versions
  9.     of GoServe (prior to 2.45),you might have sporadic problems!
  10.  
  11.  
  12. Installation notes:
  13.  
  14. 1) Obtain and install GoServe.
  15. 2) Unzip SREFV12I.ZIP to an empty, temporary directory...
  16.    (you can use UNZIP, a recent copy of which is on the SRE-Filter home page)
  17. 3) Open an os/2 window
  18. 4) CD to this temporary directory
  19. 5) Run INSTALL.CMD.  You will be asked for a variety of
  20.    directories.    You will also be asked for your IP address
  21.    (it's optional). Furthermore, you will be given the opportunity to
  22.    set a few parameters -- though you can always modify them later.
  23.  
  24.   If you are reinstallating SRE-FILTER:
  25.  
  26.      INSTALL will ask if you want to archive the (potentially) user-
  27.      configurable files.  We recommend selecting this option.
  28.  
  29.      If INSTALL detects a pre-existing file, it will ask you if
  30.      you want to overwrite it.  For some "configuration" files
  31.      if will ask you twice!
  32.  
  33.  
  34. 6) Change your default filter (in GoServe) to be SREFILTR.80
  35.    Alternatively, the SREFQUIK.80 filter can be used (see
  36.    the documentation for a discussion of the performance
  37.    differences of these two filters).
  38.  
  39. 7) After INSTALL is done, and assuming you were able to choose the defaults,
  40.    point your browser at http://your.server.whereever/index.htm
  41.    This SRE-Filter home page contains a number of useful links
  42.    to documentation, demos, and configuration tools. Of particular
  43.    interest is the users-guide, and the configurator.
  44.  
  45.    The users guide (GUIDE.HTM) outlines the capabilites of SRE-Filter, and
  46.    points to further help.  It's a good place to start ...
  47.  
  48.    The configurator (which can also be accessed via
  49.           http://your.server.whereever/CONFIGUR.HTM)
  50.    has three modes: simple, intermediate, and expert.
  51.    New users will probably be most comfortable with the simple mode.
  52.  
  53.  
  54. Notes:
  55.  
  56.   *  For the latest version of SRE-Filter, fix packs, and add-ons --
  57.      visit the SRE-Filter home page at http://rpbcam.econ.ag.gov/srefilter
  58.  
  59.   *  You can get the latest copy of GoServe (currently 2.50) from:
  60.          http://www2.hursley.ibm.com/goserve/
  61.  
  62.   *  If GoServe won't let you in (because it can't find a filter), you can
  63.      add "FILTER SREFILTR" (without the quotes) to the
  64.      GoServe WPS object (the icon's) "parameters" option.
  65.  
  66.   *  SRE-Filter ver 1.2i will NOT run under Object Rexx.  There
  67.      is a (now aging) version of ver 1.2g that will run under Object Rexx 
  68.      (see the SRE-Filter home page for details).
  69.  
  70.   *  If you have relatively simple demands, the simple mode configurator
  71.      may be adequate for all your needs. Conversely, if you want to
  72.      optimize SRE-Filter's performance, you will probably want to
  73.      use the intermediate, or expert, mode.
  74.  
  75.   *  INTRO.DOC contains a 1 page summary of SRE-Filter's capabilites.
  76.  
  77.   *  Upgraders from prior versions of SRE-Filter should read CHANGES.DOC
  78.  
  79.   *  SREFILTR.FAQ contains answers to some frequently asked questions.
  80.  
  81.   *  The SRE-Filter "web-accessible manual" is SREFILTR.HTM.
  82.  
  83.   *  For optimization hints, and a complete description of the user
  84.      configurable parameters, see INITFILT.DOC
  85.  
  86.   *  The various .IN and .CTL files that come with SRE-FILTER contain
  87.      descriptons, and examples, of how to set up these "username,
  88.      URL access control, etc." files.
  89.  
  90.   *  SRE-FILTER uses "OS/2 macro space" to store frequently
  91.      used routines, and uses queues and semaphores for inter-thread
  92.      communication.  To do this, the REXXLIB  library is used.
  93.      Although you have free rights to use REXXLIB with SRE-FILTER,
  94.      if you intend to use REXXLIB for something other then SRE-FILTER,
  95.      you should obtain the REXXLIB package  from
  96.      http://www.quercus-sys.com/rexxlib.htm.
  97.  
  98.   *  Several of the functions used by GoServe requires RxSock.DLL --
  99.      the Rexx Sockets Support library.  It should be in your LIBPATH
  100.      (it is usually in your \TCPIP\DLL directory).
  101.  
  102.   *  Several of SRE-Filter's facilities (i.e.; GETAFILE and !DIR) use
  103.      Info-Zip's UNZIPAPI.DLL dynamic link library. It's free GNU-ware.
  104.  
  105.  
  106. Acknowledgements:
  107.  
  108.  > Don Meyer, author of the GoHTTP filter, was very gracious
  109.    in allowing me to "build on his work".  In particular,
  110.    much of the source code for HTACCESS file access-controls,
  111.    CGI-BIN script processing,  and image map processing was adapted
  112.    from his code.
  113.  
  114.  > Derek Sims (author of the IntrFilt filter) for helpful advice
  115.    regarding multi-host servers.
  116.  
  117.  > Charles Daney for providing the REXXLIB library at a very reasonable
  118.    price.
  119.  
  120.  > Dave Briccetti for providing the "SMTP using socket calls" code.
  121.  
  122.  > Ariel L. Szczupak for advice on working with queues and semaphores.
  123.  
  124.  > Richard Hughes for useful thoughts on discussion group software
  125.  
  126.  > The people at the INFO-ZIP project, for providing the UNZIPAPI
  127.    dynamic link library.
  128.  
  129.  > the several early adopters (may they rest in peace) for their
  130.    patience in dealing with stupid bugs
  131.  
  132.  > several individuals (mm, dr, sr, et al) for good suggestions that
  133.    are now realities
  134.  
  135.  > .... and (of course) Mike Cowlishaw for creating GoServe, and always
  136.    finding time to try and answer.
  137.  
  138.  
  139.  
  140. Questions? Contact Daniel Hellerstein : DANIELH@ECON.AG.GOV
  141.  
  142.  
  143.                         ------------------------------
  144.  
  145. Basic copyright and it's never our fault disclaimer:
  146.  
  147.   Copyright 1996,1997 by Daniel Hellerstein. Permission to use this program
  148.   for any purpose is hereby granted without fee, provided that
  149.   the author's name not be used in advertising or publicity
  150.   pertaining to distribution of the software without specific written
  151.   prior permision.
  152.   With some proviso, this includes the right to subset and reuse the code,
  153.   with proper attribution  The provisos are  several fold:
  154.    1)  Portions of the code are adapted from other authors' work
  155.        (these are noted where appropriate); you'll need to contact these other
  156.        authors for appropriate permissions.
  157.    2)  SRE-Filter uses Quercus System's REXXLIB procedure library.  The
  158.        license for REXXLIB gives the author the right to distribute REXXLIB
  159.        without charge.  This right may NOT extend to redistributors.
  160.        Please contact Quercus Systems for details.
  161.        SRE-Filter also uses Info-Zip's UNZIPAPI.  Although this is freely
  162.        available software, you may wish to contact Info-Zip for details.
  163.   3)  We, the authors of SRE-Filter and any potentially affiliated institutions,
  164.       disclaim any and all liability for damages due to the use, misuse, or failure of
  165.       the product or subsets of the product.
  166.  
  167.   Furthermore you may also charge a reasonable re-distribution fee for
  168.   SRE-Filter; with the understanding that this does not remove the
  169.   work from the public domain and that the above provisos remain in effect.
  170.  
  171.     THIS SOFTWARE PACKAGE IS PROVIDED "AS IS" WITHOUT EXPRESS
  172.     OR IMPLIED WARRANTY.
  173.     THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE PACKAGE,
  174.     INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
  175.     IN NO  EVENT SHALL THE AUTHOR (Daniel Hellerstein) OR ANY PERSON OR
  176.     INSTITUTION ASSOCIATED WITH THIS PRODUCT BE LIABLE FOR ANY
  177.     SPECIAL,INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  178.     RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  179.     OF CONTRACT,NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  180.     IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE PACKAGE.
  181.  
  182.  
  183.    SRE-FILTER was developed on the personal time of Daniel Hellerstein,
  184.    and is not supported, approved, or in any way an official product
  185.    of my employer (USDA/ERS).
  186.  
  187.  
  188.  
  189.  
  190.